html{
  background-image: url("../img/bgimages/aztec.jpg");
background-size: cover;
}

.titlebar{
  display: inline;
  width: 960px;
  height: 90px;
  text-align: center;
  background-color: red;
}

a{

  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;

}

header {
  background-color: #736664;
  border: solid;
  padding-bottom: 15px;
}
/*.frame{
  height: 1000px;
  width: auto;
  background-color: #88931a;
  text-align: center;
  margin: auto;
}*/

h1{
  font-family: 'Diplomata SC', cursive;
  font-size: 40px;
  color: gold;
}

.bracket{
  display: block;
  background-image: url("../img/bgimages/bracket.png");
  background-repeat: no-repeat;
  height: 900px;
  width: 1060px;
  text-align: center;
  margin-left:11%;
  margin-right: auto;
  margin-top: 30px;
  /*position: absolute;*/


}

#roundOne{

  margin-bottom: 200px;
  width: 850px;
  height: 120px;

  display: block;
  text-align: center;
  position:absolute;
  top: 660px;
  left: 250px;

}

#roundTwo{

  margin-bottom: 200px;
  width: 650px;
  height: 120px;

  display: block;
  text-align: center;
  position:absolute;
  top: 525px;
  left: 296px;

}

#roundThree{

  margin-bottom: 200px;
  width: 650px;
  height: 160px;

  display: block;
  text-align: center;
  position:absolute;
  top: 375px;
  left:405px;

}

#winner {

  margin-bottom: 200px;
  width: 220px;
  height: 140px;

  display: block;
  text-align: center;
  position:absolute;
  top: 80px;
  left:515px;

}

#winner img{
  border: solid;
  border-color: gold;
  position: absolute;
  top: 55px;
  left:30px;
  width: 150px;
  height: 150px;

}

#form{
  text-align: center;
  width: 90%;
  height: auto;
  border: solid;
  margin:auto;
  margin-top:10px
  position: normal;
  right: 50px;
  vertical-align: middle;

  font-size: 40px;

  background: radial-gradient(gold, #161616);
}

#p1p2{

  margin-bottom: 200px;
  width: 350px;
  height: 180px;

  display: block;
  text-align: center;
  position:absolute;
  top: 845px;
  left:430px;


}

#p1p2 img{
  width: 190px;
  height: 190px;
  margin-left: 15px;
  margin-right: 15px;
  border: solid;
  border-color: gold;
}



.answerButton{
  width: 90%;
  height: 70px;
  background-color: lightblue;
  border: 1px solid;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  box-shadow: inset 0 0 0 1px #27496d,inset 0 5px 30px #193047;
  border-radius: 25px;
  vertical-align: middle;
  padding: auto;
  font-size: 30px;

}

div#right{
  display: inline;
  text-align: center;
  background-color: green;
  border:solid;
  height: 35px;
  width: 150px;
  margin:auto;
}


div#wrong{
  display: inline;
  text-align: center;
  background-color: red;
  border:solid;
  height: 35px;
  width: 150px;
  margin:auto;

}

#roundOne img{
  border: solid;
  height: 90px;
  width: 75px;
  marigin-left: 15px;
  margin-right: 13px;

}

#roundTwo img{
  border: solid;
  height: 110px;
  width: 95px;
  marigin-left: 80px;
  margin-right: 80px;
}

#roundThree img{
  border: solid;
  height: 120px;
  width: 100px;
  marigin-left: 230px;
  margin-right: 230px;
}
